-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actions: Use an instance of the Actions cluster per endpoint instead of having global delegate array. #37799
Conversation
PR #37799: Size comparison from 73fe30c to bdc4a48 Increases above 0.2%:
Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, linux, nxp, psoc6, qpg, stm32, telink, tizen)
|
…having global delegate array.
bdc4a48
to
880d2f2
Compare
PR #37799: Size comparison from 73fe30c to 880d2f2 Increases above 0.2%:
Full report (70 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nxp, psoc6, qpg, stm32, telink, tizen)
|
de877e5
to
0c82304
Compare
0c82304
to
7cee1f4
Compare
PR #37799: Size comparison from 73fe30c to 7cee1f4 Increases above 0.2%:
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Can you be more specific with what manual tests you ran. My understanding about the testing line is that someone should be able to re-run and validate the same things as you after reading the testing steps |
Updated the testing section. |
examples/all-clusters-app/all-clusters-common/src/bridged-actions-stub.cpp
Outdated
Show resolved
Hide resolved
@jadhavrohit924 this does not seem to use Could we somehow assert that the config matches? E.g. the cluster could assert that the actions cluster count is exactly one and maybe there is a way to say or verify that the cluster is mapped to endpoint 1 only. |
examples/all-clusters-app/all-clusters-common/src/bridged-actions-stub.cpp
Outdated
Show resolved
Hide resolved
PR #37799: Size comparison from 73fe30c to bde7b06 Increases above 0.2%:
Full report (15 builds for nrfconnect, nxp, telink)
|
…of having global delegate array. (project-chip#37799) * Actions: Use instance of the Actions cluster per endpoint instead of having global delegate array. * Fix unit tests. * Addressed review comments. * Add error logs.
Problem
Changes
Testing